home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Everything For A Hacker
/
19990506-[HACK].iso
/
HEXEDIT
/
CROSSASM
/
CUG292WK.ARJ
/
PCDSK2
/
STRING.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-01-22
|
512b
|
16 lines
/* STRING.H */
/* DECUC C */
extern char * strcat();
extern char * strchr();
extern int strcmp();
extern char * strcpy();
extern int streq();
extern int strlen();
extern char * strncat();
extern int strncmp();
extern char * strncpy();
extern int strneq();
extern char * strrchr();